home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.023.SoundEx / SoundEx.make < prev    next >
Encoding:
Text File  |  1990-02-13  |  699 b   |  32 lines  |  [TEXT/MPS ]

  1. #
  2. #    This makefile builds:
  3. #        The sample application:    SoundEx
  4. #
  5. #    File:        SoundEx.make
  6. #    Target:        SoundEx
  7. #    Sources:    SoundEx.p
  8. #                SoundEx.r
  9. #
  10. #    Copyright Apple Computer, Inc. 1988
  11. #    All rights reserved.
  12. #
  13.  
  14. SoundEx ƒƒ SoundEx.make ∂
  15.     SoundEx.dfork ∂
  16.     SoundEx.rfork
  17.     DuplicateIIgs -y -mac SoundEx :
  18.     
  19. SoundEx.p.obj ƒ SoundEx.make SoundEx.p SoundEx.inc.p
  20.     PascalIIgs SoundEx.p -r -saddr
  21.     
  22. SoundEx.dfork ƒ SoundEx.make SoundEx.p.obj
  23.     LinkIIGS -t S16 "{piigslibraries}"PStart.obj ∂
  24.     SoundEx.p.obj ∂
  25.     -lib "{piigslibraries}"Plib ∂
  26.     -o SoundEx.dfork
  27.     Duplicate -d -y SoundEx.dfork SoundEx
  28.     
  29. SoundEx.rfork ƒ SoundEx.make SoundEx.r    
  30.     RezIIgs SoundEx.r -o SoundEx.rfork
  31.     Duplicate -r -y SoundEx.rfork SoundEx
  32.